home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- ClickBtn()
- end
-
- on GoToFileView
- global MasterLevel, indexGridMode, FolderMaster, indexPage, FileNum
- if the quickTimePresent then
- StopPLay()
- set the puppet of sprite 20 to 0
- set the puppet of sprite 19 to 0
- set the puppet of sprite 23 to 0
- set indexGridMode to 0
- if MasterLevel then
- if FileNum > 0 then
- set F to value(item 3 of line indexPage of FolderMaster) + FileNum - 1
- else
- set F to value(item 3 of line indexPage of FolderMaster)
- end if
- go(marker(1))
- else
- go(marker(0) + 1)
- end if
- set FileNum to 0
- restoreControls()
- end if
- end
-
- on myHelp
- return "Click to view your selection"
- end
-